go/parser.parser.tryIdentOrType (method)

8 uses

	go/parser (current package)
		parser.go#L540: 	typ := p.tryIdentOrType()
		parser.go#L647: 		elt := p.tryIdentOrType()
		parser.go#L1114: 	if typ := p.tryIdentOrType(); typ != nil {
		parser.go#L1256: 	t := p.tryIdentOrType()
		parser.go#L1292: 			if t := p.tryIdentOrType(); t != nil {
		parser.go#L1387: func (p *parser) tryIdentOrType() ast.Expr {
		parser.go#L1514: 	if typ := p.tryIdentOrType(); typ != nil { // do not consume trailing type parameters
		parser.go#L2571: 			typ = p.tryIdentOrType()